home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / PWAPCP02.ZIP / TURBO110 / TURBO110.ZIP / SYSOP.DOC < prev    next >
Text File  |  1995-05-15  |  7KB  |  143 lines

  1.  
  2.           ┌────────────────────────────────────────────────────────┐
  3.           │                    TURBO LOGIN v1.10                   │
  4.           │                                                        │
  5.           │                  Written by Bill Masuka                │
  6.           │              The Equinox BBS (312) 254-3413            │
  7.           └────────────────────────────────────────────────────────┘
  8.  
  9.                       Copyright (C)1995 Equinox Software
  10.                               All rights reserved.
  11.  
  12.                  Programming and Documentation by Bill Masuka
  13.  
  14.  
  15.  
  16.     The Equinox BBS                                  (312) 254-3413 BBS
  17.  
  18.  
  19. ----------------------------------------------------------------------------
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.                               System Requirements
  27.  
  28. a.  PCBoard 15.21+ (This program was created with PPLC v3.1 and will not
  29.     work with any version less than 15.21.)
  30.  
  31. b.  It's not needed but, placing this PPE and all your PPE's into different
  32.     subdirectories is helpful.  This allows you to more easily update or
  33.     remove a PPE with it's accompanying files.  Plus if you place more than
  34.     one PPE in a directory you may run into the program trying to use a file
  35.     it shouldn't.
  36.  
  37.      This is all that is needed to run this program.
  38.  
  39.  
  40. With an uncertain republic of backdoors, trojans, etc we pride in ourself
  41. to guarantee that any product we release will not contain any such backdoor,
  42. trojan, or other badly thought of product.
  43. Each program has been tested under through conditions to ring out bugs,
  44. security violations and everything that we are able to think of.
  45.  
  46. ----------------------------------------------------------------------------
  47.  
  48.  
  49. INTRODUCTION:
  50. ══════════════════════════════════════════════
  51. TURBO LOGIN is a quick way for your callers to login to the system and bypass
  52. any security specific screens you might have. It will not however, bypass the
  53. your systems NEWS file....
  54.  
  55.  
  56. SOURCE CODE:
  57. ══════════════════════════════════════════════
  58. Due to the concern of some SysOps with placing ppe programs on there system
  59. without having the source code to check out first...I have made the source
  60. code available (upon request) to any registered licensee.
  61. Keep in mind the source code is the property of Equinox Software and cannot be
  62. distributed!
  63. It is made available exclusively to the registered licensee for viewing and
  64. cannot be modified without the express permission of the author.
  65.  
  66.  
  67. INSTALLATION:
  68. ══════════════════════════════════════════════
  69. Installation could not be any simplier!
  70. First, unzip the program in a directory.
  71. Next, load your PCBTEXT file (MKPCBTXT.EXE) and replace prompt #665 with
  72. the following.....(this is just an example...use your own drive and directory)
  73. !C:\PCB\PPL\TURBO\TURBO.PPE
  74.  
  75. REMEMBER TO PLACE THE EXCLAMATION MARK (!) BEFORE ANYTHING ELSE!!!!
  76.  
  77. ╒══════════════════════════════════════════════════════════════════════════════╕
  78. │                        PCBTEXT File Generator/Editor                         │
  79. ╘══════════════════════════════════════════════════════════════════════════════╛
  80. ╒═════════════════════════════════════════════════════════════════════════════╕
  81. │Enter filename to edit/convert: C:\PCB\GEN\PCBTEXT                           │
  82. ╘═════════════════════════════════════════════════════════════════════════════╛
  83.  
  84. ╒══════════════════════════════════════════════════════════════════════════════╕
  85. │   Record No.:  665          Record Length:  70        Justification:  Left   │
  86. ├──────────────────────────────────────────────────────────────────────────────┤
  87. │Scanning for new bulletins...                                                 │
  88. │!C:\PCB\PPL\TURBO\TURBO.PPE                                                   │
  89. ╘══════════════════════════════════════════════════════════════════════════════╛
  90.  
  91. ┌──────────────────────────────────────────────────────────────────────────────┐
  92. │     <ESC>       = Save & Quit.          <F2>        = Text-Search.           │
  93. │     <F3>        = Jump to Record #      <F4>        = Restore Default.       │
  94. │     <Up>        = Back 1 record.        <Dn>        = Ahead 1 record.        │
  95. │     <PgUp>      = Back 10 records.      <PgDn>      = Ahead 10 records.      │
  96. │     <Ctrl-PgUp> = Begin. of file.       <Ctrl-PgDn> = End of File.           │
  97. │    Use the tilde (~) character to add hard-spaces to the end of a string.    │
  98. └──────────────────────────────────────────────────────────────────────────────┘
  99. ╒══════════════════════════════════════════════════════════════════════════════╕
  100. │           Copyright (C) 1988-1995 Clark Development Company, Inc.            │
  101. ╘══════════════════════════════════════════════════════════════════════════════╛
  102.  
  103. Next.......
  104. Edit the file "FAST", (which is the file that is run when a caller chooses
  105. YES to FAST LOGIN?).
  106. If you do not want anything displayed or processed in this file leave it
  107. blank but leave the file there.
  108.  
  109. Next, Edit the file "SLOW", (which is the file that is shown when a caller
  110. chooses NO to FAST LOGIN?)
  111. The SLOW file will normally contain the information that is currently in your
  112. security specific file.
  113.  
  114. The SLOW and FAST files can be made for different security levels.
  115. If you want to make security specific files for the SLOW and FAST files just
  116. make the file and add the security level at the end of the title.
  117. For example...
  118. To show a special SLOW file to a caller with a security level of 20 make
  119. your SLOW file and name it SLOW20....The same thing with the FAST file.
  120. One last note....You do not need to make a different SLOW and FAST file for
  121. each security level. The files SLOW and FAST will be shown unless there is a
  122. security specific one found. 
  123.  
  124.  
  125. REGISTRATION:
  126. ══════════════════════════════════════════════
  127. Registration is $10...
  128. Once registered, you will receive a KEY number that is good for all future
  129. versions of this program and lifetime support.
  130. If you would like to register this program via credit card:
  131. Call the Equinox Software support BBS at 312-254-3413 and type ACCESS
  132. at the main menu prompt.
  133. Once your credit card information is completed you will be sent back to the
  134. main menu were you can type the word REGISTER and receive your KEY number
  135. right online.
  136.  
  137.  
  138. SUPPORT:
  139. ══════════════════════════════════════════════
  140. If you have any questions, problems or comments, I can be reached at the
  141. Equinox Software support BBS at (312) 254-3413 or,
  142. you can e-mail me via the Internet at: bill.masuka@equinoxbbs.com
  143.